projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0206aa6
)
* emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
author
Chong Yidong
<cyd@stupidchicken.com>
Sat, 18 Nov 2006 21:07:01 +0000
(21:07 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Sat, 18 Nov 2006 21:07:01 +0000
(21:07 +0000)
conditions for function or variable bindings.
lisp/ChangeLog
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 60aad39189cd5f993ef12248ad182ad69a779275..141be7100981c7a164e68f6f7046fb2bddb8ef6b 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,5
+1,8
@@
2006-11-18 Chong Yidong <cyd@stupidchicken.com>
+ * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
+ conditions for function or variable bindings.
+
* comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
* progmodes/compile.el (compilation-start): Ditto.